home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
program
/
rxobj.lha
/
rxobj_examples
/
arexxtry.rexx
next >
Wrap
OS/2 REXX Batch file
|
1995-10-29
|
446b
|
23 lines
/*
** This is an ARexx script showing how to
** speak with our rxobj_oo module.
**
** The port is called FabioSoft
**
** (C)Copyright 1995 Fabio Rotondo
**
** e-mail: fsoft@intercom.it
**
*/
ADDRESS 'FabioSoft'
Note that all words will be uppercase
This is an ARexx _Feature_
So you do not have to think about UpperStr() messages
But if you want to have up/low case
'Just Enclose The Message Into Single Quotes!'
'AnD NoW We QuIt!'
QUIT
Exit